sequential search - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

sequential search - перевод на русский

SEARCH ALGORITHM IN UNSORTED LISTS
Sequential search; Linear search algorithm
Найдено результатов: 373
sequential search         
последовательный поиск
sequential search         

общая лексика

последовательный поиск

синоним

linear search

Смотрите также

search

sequential search         
последовательный поиск
linear search         
[вчт.] последовательный перебор; линейный поиск
linear search         

общая лексика

линейный поиск, последовательный перебор

поиск, начинающийся с первого элемента и заканчивающийся, когда искомый элемент найден либо достигнут конец списка

математика

линейный поиск

Смотрите также

binary search; global search; heuristic search; linear list; search; sequential search

search         
  • Abhay Bang with the Breath Counter he designed
  • Abhay and Rani Bang
  • Abhay and Rani Bang, along with their younger son Amrut
  • Abhay and Rani Bang
WIKIMEDIA DISAMBIGUATION PAGE
Searches; Search; Searchin' (disambiguation); Searching (disambiguation); Search (disambiguation); Serch; Computer search; Searching (song); Search (TV series)
1) исследовать, просачиваться
2) разыскивать
3) обыск
4) освещать прожектором
search         
  • Abhay Bang with the Breath Counter he designed
  • Abhay and Rani Bang
  • Abhay and Rani Bang, along with their younger son Amrut
  • Abhay and Rani Bang
WIKIMEDIA DISAMBIGUATION PAGE
Searches; Search; Searchin' (disambiguation); Searching (disambiguation); Search (disambiguation); Serch; Computer search; Searching (song); Search (TV series)
search 1. noun 1) поиски; I am in search of a house - я ищу себе дом; a search for a missing aircraft - поиски пропавшего самолета 2) обыск; right of search leg. - право обыска судов 3) исследование; изыскание 4) attr. поисковый 2. v. 1) искать; разыскивать; to search for a lost girl - разыскивать заблудившуюся девочку; to search after new remedies - разрабатывать новые средства лечения 2) шарить; обыскивать; производить обыск; to search a house - производить обыск в доме; to search one's memory - вспоминать, напрягая память 3) исследовать; to search one's heart - анализировать свои чувства 4) зондировать (рану) 5) проникать; the cold searched his marrow - он продрог до мозга костей - search after - search out - search through - search me! Syn: see hunt
searching         
WIKIMEDIA DISAMBIGUATION PAGE
Searches; Search; Searchin' (disambiguation); Searching (disambiguation); Search (disambiguation); Serch; Computer search; Searching (song); Search (TV series)
searching adj. 1) тщательный (об исследовании) 2) испытующий (о взгляде) 3) пронизывающий (о ветре)
search engine         
  • High-level architecture of a standard Web crawler
SOFTWARE SYSTEM THAT IS DESIGNED TO SEARCH FOR INFORMATION ON THE WORLD WIDE WEB
Search Engine; Search engines; Search machine; Web Search Engines; Open-source search engines; Searchengine; Web search; Search criteria; Searching for key words; Search Engines; Search utility; Web site submission; Internet search; Search feature; Web search engines; Web search sites; Web searching; Results set; Search Results; Search engine submission; Search service; Lumrix; Search egine; Websearch; Search engine submission software; Internet search engine; Data search engine; Search ingine; Search engine (version 2); Internet search engines; Serach Engine; Hyperbrowser searching; Searching website; Search website; Search engine computing; Movie quotes search engine; Search engine market share; Search Street; Game Search Engine; Search the web; Open-source search engine; Niche Search Engine; Usage share of web search engines; Wsearch.php; Search market; History of web search engines; Search-engine; List of search engines by popularity; Faith-based search engines; Most popular Internet search engines; Most popular search engines; Biased search engines; Biased search results; Islamic search engines; Christian search engines; Search portal; Search engine bias; Bias in search engines; Google Search bias; Search bias; Misleading search results; Political bias in search engines; Political bias in search results; History of search engines; Web search engine; Customized search results; Searchable; Boolean search engine

общая лексика

поисковый механизм, поисковая машина, поисковая служба

программа, позволяющая искать информацию в Web по ключевым словам, темам и т.д. (AltaVista, Excite, Google, HotBot, Infoseek, Lycos, Magellan, Rambler, Yahoo!)

binary search         
  • Binary search can be adapted to compute approximate matches. In the example above, the rank, predecessor, successor, and nearest neighbor are shown for the target value <math>5</math>, which is not in the array.
  • binary-search
  • The worst case is reached when the search reaches the deepest level of the tree, while the best case is reached when the target value is the middle element.
  • tree]] representing binary search. The array being searched here is <math>[20, 30, 40, 50, 80, 90, 100]</math>, and the target value is <math>40</math>.
  • [[Binary search tree]]s are searched using an algorithm similar to binary search.
  • Visualization of [[exponential search]]ing finding the upper bound for the subsequent binary search
  • In [[fractional cascading]], each array has pointers to every second element of another array, so only one binary search has to be performed to search all the arrays.
  • Visualization of [[interpolation search]] using linear interpolation. In this case, no searching is needed because the estimate of the target's location within the array is correct. Other implementations may specify another function for estimating the target's location.
  • In noisy binary search, there is a certain probability that a comparison is incorrect.
  • [[Uniform binary search]] stores the difference between the current and the two next possible middle elements instead of specific bounds.
SEARCH ALGORITHM IN SORTED LISTS THAT OPERATES BY DECREASING THE SEARCH SPACE BY HALF EACH PASS
Binary chop; Binary search; Bsearch; Binary Search; Half-interval search; Half-interval search method; Half interval search method

общая лексика

двоичный поиск

алгоритм поиска, заключающийся в том, что пространство поиска (search space) каждый раз делится пополам, после чего производится сравнение с элементом из середины выбранной половины и, таким образом, пространство поиска каждый раз уменьшается вдвое, в списке из миллиона элементов двоичный поиск может потребовать максимум 20 шагов

синоним

dichotomizing search

Смотрите также

backward search; exhaustive search; full text search; linear search; search

Определение

поисковик
м.
Геолог, занимающийся поисками полезных ископаемых.

Википедия

Linear search

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

A linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list. If each element is equally likely to be searched, then linear search has an average case of n+1/2 comparisons, but the average case can be affected if the search probabilities for each element vary. Linear search is rarely practical because other search algorithms and schemes, such as the binary search algorithm and hash tables, allow significantly faster searching for all but short lists.

Как переводится sequential search на Русский язык